home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 2_7.lha / 2_7 / makefile < prev   
Makefile  |  1993-08-08  |  175b  |  11 lines

  1. C= CC -I. -I../../CC
  2. ll: 2_7tst
  3.  
  4. _7tst: 2_7tst.c 2_7a.c 2_7.c
  5. $(CC) 2_7tst.c -o 2_7tst
  6.  
  7. est: all 2_7.cmp
  8. 2_7tst 1.0 2.0 -1.0 4.4 > 2_7.out
  9. cmp 2_7.out 2_7.cmp
  10. echo tests done
  11.